Jump to content
  • 0

Помогите с font-face


lolka84
 Share

Question

Всем привет.

Помогите плз, час уже бьюсь, нечего не понимаю.

Нужно подключить к сайту нестандартный шрифт, bankgothic russ medium назвается.

Обычно для генерации font-face пользуюсь ресурсом http://www.fontsquirrel.com/fontface/generator, и до настоящего времени он меня не подводил. Но сейчас происходит какая-то ерунда: скачиваю ttf файл шрифта, кириллицу он поддерживает, но при прогоне через вышеуказанный сервис все русские буквы меняются на квадраты :(

Может есть другой подобный сервис, или с этим кто поможет разобраться, был бы очень признателен!

Сам шрифт выложить куда-то нет возможности, но он легко ищется гуглом.

Очень надеюсь на помощь!

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Апну тему.

Почему-то подключаемый шрифт ни в какую не хочет дружить с IE8 :(


@font-face {
font-family: 'VenusRisingCyrillic';
src: url('VenusRisingCyrillic.eot');
src: url('VenusRisingCyrillic.eot?#iefix') format('embedded-opentype'),
url('VenusRisingCyrillic.woff') format('woff'),
url('VenusRisingCyrillic.ttf') format('truetype'),
url('VenusRisingCyrillic.svg#DSNoteRegular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'BankGothicRUSSMedium';
src: url('BankGothicRUSSMedium.eot');
src: url('BankGothicRUSSMedium.eot?#iefix') format('embedded-opentype'),
url('BankGothicRUSSMedium.woff') format('woff'),
url('BankGothicRUSSMedium.ttf') format('truetype'),
url('BankGothicRUSSMedium.svg#DSNoteRegular') format('svg');
font-weight: normal;
font-style: normal;
}

http://mytavatuy.ru/premier/

Как побороть, подскажите плз :(

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy